Package com.cisco.pt.ipc.sim.pdu
Interface STPTypeLengthValue
- All Known Implementing Classes:
STPTypeLengthValueImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetStpLength(Short stpLength) voidsetStpType(Short stpType) voidsetStpValue(Short stpValue) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getStpType
Short getStpType()- Returns:
- Short Returns a Short
-
setStpType
- Parameters:
stpType- Takes in a parameter of stpType
-
getStpLength
Short getStpLength()- Returns:
- Short Returns a Short
-
setStpLength
- Parameters:
stpLength- Takes in a parameter of stpLength
-
getStpValue
Short getStpValue()- Returns:
- Short Returns a Short
-
setStpValue
- Parameters:
stpValue- Takes in a parameter of stpValue
-